home *** CD-ROM | disk | FTP | other *** search
- unit Maxdata;
-
- interface
-
- const cMAXDATA = 2500;
-
- type float = double;
-
- implementation
-
- { None.
-
- The developer can edit the constant cMAXDATA above as necessary in order
- to accomodate larger datasets. cMAXDATA can be made as large as allowed
- within the memory limits of the development and compiling system.
- }
-
- end.
-